loop n. 1.(用线、带等打成的)圈,环,匝,框,环孔,线圈;【医学】(常 the loop)宫内避孕环。 2.环状物,塔环,拎环。 3.(铁路上的)让车道,环道。 4.【无线电】回路,回线,波腹,环形天线。 5.【数学】自变;【计算机】循环;(程序中)一群指令的重复。 6.【航空】翻圈飞行,翻筋斗;【溜冰】(单脚)打圈儿。 7.〔美国〕闹市区;〔the L-〕 芝加哥的商业区。 a safety loop保险圈。 a wire loop钢丝套圈。 knock [throw] for a loop 〔美俚〕 1. 使神志不清;打昏,使醉倒。 2. 给人极好的印象。 3. 出色地通过[做成]。 on the loop 〔美国〕在匆匆旅行中。 out of the loop 在圈内人物之外的,不在…圈子内的。 vt. 1.使(绳等)成圈,打成圈;【电学】 把导线连成回路。 2.用圈围住;(用环)箍住。 (up back). 3.使作成环状运动;【航空】翻筋斗。 vi. 1.打环,成圈。 2.【航空】翻筋斗。 3.(像尺蠖似的)伸屈前进。 loop the loop 【航空】翻筋斗;(骑自行车等)兜圈子。
A standard optimization is loop unrolling ; the compiler will unroll the loops to reduce the number of branches 标准的优化是循环展开;编译器将展开循环,以减少分支的数量。
To tackle these problems , gcx employs branch result combining , loop unrolling , procedure integration and other techniques vastly 为此, gcx使用了诸如合并分支执行结果、循环展开、过程集成等方法来克服这些困难。
By using high - speed buffers and do … loop unrolling technique , it reduced memory complexity and improved average time of floating - point calculation 采用高速缓存和循环展开技术,降低了存储复杂性,提高了浮点运算的平均时间。
The cla ic compiler optimizatio , such as dead code elimination , co tant folding , co tant propagation , elimination of partial redundancies , loop unrolling , etc . , are static analyses 典型的编译器最优化,如死代码消除、常数合并、常数传送、部分冗余的消除、循环展开等等,是静态分析。
The classic compiler optimizations , such as dead code elimination , constant folding , constant propagation , elimination of partial redundancies , loop unrolling , etc . , are static analyses 典型的编译器最优化,如死代码消除、常数合并、常数传送、部分冗余的消除、循环展开等等,是静态分析。
In the dissertation , we discuss the issues on loop unrolling , register allocation , and cost model , etc . some of the achievements are applied to the implementation of an open source compiler 本文结合epic体系结构特性,对软件流水技术中的循环展开、寄存器分配、开销模型和决策框架等领域进行了研究,并将其中一些成果应于一个开放源码的编译器,取得了比较好的效果。